home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / CheeseHunt.swf / scripts / frame_191 / PlaceObject2_280_145 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2005-08-04  |  143 b   |  8 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.hero._y > 376.25)
  3.    {
  4.       this.gotoAndStop("dead");
  5.       _root.fall._x = _root.hero._x;
  6.    }
  7. }
  8.